hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
HipTexture
hip
assets
texture
Undocumented in source.
class
HipTexture : HipAsset {
IImage
img
;
bool
hasSuccessfullyLoaded
();
static
HipTexture
getPixelTexture
();
IHipTexture
textureImpl
;
this
(HipResourceUsage usage);
this
(IImage image, HipResourceUsage usage);
Rect
getBounds
();
import
hip
.
util
.
string
;
;
SmallString
toHipString
();
void
onFinishLoading
();
void
onDispose
();
bool
isReady
();
}
Constructors
this
this
(HipResourceUsage usage)
Initializes with the current renderer type
this
this
(IImage image, HipResourceUsage usage)
Undocumented in source.
Alias This
textureImpl
Members
Functions
getBounds
Rect
getBounds
()
Undocumented in source. Be warned that the author may not have intended to support it.
hasSuccessfullyLoaded
bool
hasSuccessfullyLoaded
()
Undocumented in source. Be warned that the author may not have intended to support it.
isReady
bool
isReady
()
Undocumented in source. Be warned that the author may not have intended to support it.
onDispose
void
onDispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
onFinishLoading
void
onFinishLoading
()
Undocumented in source. Be warned that the author may not have intended to support it.
toHipString
SmallString
toHipString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
getPixelTexture
HipTexture
getPixelTexture
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
img
IImage
img
;
Undocumented in source.
textureImpl
IHipTexture
textureImpl
;
Make it available for implementors
Meta
Source
See Implementation
hip
assets
texture
classes
HipTexture
HipTextureRegion